home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spawn Figure Collection
/
spawn collection cd.iso
/
movies
/
collection.dir
/
00001_Script_èâä²âª
next >
Wrap
Text File
|
1997-12-23
|
2KB
|
72 lines
-- ΦΓΣ▓Γ¬
on exitFrame
global gCDPATH
set gCDPATH to serchCD()
global gLocalPath
if voidP(gLocalPath) then
set gLocalPath to the PathName
end if
global lSeries
set lSeries = []
global gNowSeries
global gNowTitle
global gNowGroup
global gEdited
set gEdited to FALSE
-- ╔G╔f╔B╔b╔g╔╟┼[╔h╟├Θ╠≤Ç╟¥Θ╢╟▌╔t╔Γ╔O
global gEditMode
global gNowListPtr
global lSortedT
-- ╔J╔σ╔∞╔g╔O╔π┼[╔v╟├∞íΘ═τ─±₧┼i╔G╔f╔B╔b╔g╔╟┼[╔h╟╝Θg╟º╟├╟µ┼j
global gProtect
global gGroup
global gCheckBox
global gCheck
global gbitmap
-- ╔T╔E╔∞╔h≤p∩£Ωε
global SndMember
global SndNumber
global SndList
global SLevel
set SLevel to 3
set SndList to ["m1.wav","m4.wav","m6.wav"]
newWave "m1.wav"
set SndNumber to 1
puppetSound member"sound"
set the loop of member "sound" to TRUE
set the SoundLevel to SLevel
set the SoundEnabled to TRUE
-- ╔v╔π╔_╔E╔∞╔Σ╔X╔g∩ñδ≡≤p╔Σ╔X╔g∩£Ωε
set lSortedT = [:]
set gNowListPtr = 1
-- set myFile = new(xtra "fileio") -- Create an instance of FileIO
-- set fileName = displayOpen(myFile) -- Display Open Dialog and return the fileName
-- openFile(myFile, fileName, 1) -- Open the file
-- set theFile = readLine(myFile) -- Read the file and return a string to Lingo
-- closeFile(myFile) -- Close the file
-- set myFile = 0 -- Dispose of the instance
ReadDataFile "collection.dat"
-- WriteDataFile "test.dat"
MakeSortList
resetDisp
set gNowSeries to 1
set gNowTitle to 1
set gNowGroup to 1
end